home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / scooby_d.swf / scripts / DefineSprite_496 / frame_20 / DoAction.as
Encoding:
Text File  |  2011-03-26  |  172 b   |  10 lines

  1. stop();
  2. btnNext.onRelease = function()
  3. {
  4.    this._parent._parent.gotoAndStop("title");
  5. };
  6. btnPrevious.onRelease = function()
  7. {
  8.    this._parent.gotoAndStop(10);
  9. };
  10.